home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / rexx / sdvitofront.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-03-15  |  212 b   |  12 lines

  1. /* Brings the previewer "ShowDVI" to frontmost screen */
  2.  
  3. IF SHOW('P', 'showdvi') THEN DO
  4.     ADDRESS "showdvi" tofront
  5.     ADDRESS "showdvi" activate
  6.     END
  7. ELSE    DO
  8.     ADDRESS 'COMMAND'
  9.     'run >nil: tex:bin/showdvi'
  10.     END
  11.  
  12.